home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFOPTIONSSOUNDSDLG / TFOPTIONSSOUNDSDLG.txt
Text File  |  2004-05-31  |  2KB  |  106 lines

  1. object fOptionsSoundsDlg: TfOptionsSoundsDlg
  2.   Left = 323
  3.   Top = 329
  4.   BorderStyle = bsDialog
  5.   Caption = 'fOptionsSoundsDlg'
  6.   ClientHeight = 357
  7.   ClientWidth = 524
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object htmlSounds: THTMLabel
  20.     Left = 22
  21.     Top = 21
  22.     Width = 480
  23.     Height = 19
  24.     AnchorHint = False
  25.     AutoSizing = True
  26.     AutoSizeType = asVertical
  27.     Ellipsis = False
  28.     HintShowFull = False
  29.     Hover = False
  30.     HoverColor = clNone
  31.     HoverFontColor = clNone
  32.     HTMLHint = False
  33.     HTMLText.Strings = (
  34.       '(set at runtime)')
  35.     ShadowColor = clGray
  36.     ShadowOffset = 2
  37.     URLColor = clBlue
  38.     VAlignment = tvaTop
  39.   end
  40.   object bvlBottom: TBevel
  41.     Left = 0
  42.     Top = 307
  43.     Width = 524
  44.     Height = 50
  45.     Align = alBottom
  46.     Shape = bsTopLine
  47.   end
  48.   object lvwSounds: TListView
  49.     Left = 22
  50.     Top = 92
  51.     Width = 480
  52.     Height = 167
  53.     Checkboxes = True
  54.     Columns = <
  55.       item
  56.         Caption = 'Description'
  57.         Width = 300
  58.       end
  59.       item
  60.         Caption = 'Sound'
  61.         Width = 300
  62.       end>
  63.     ColumnClick = False
  64.     HideSelection = False
  65.     ReadOnly = True
  66.     RowSelect = True
  67.     ShowColumnHeaders = False
  68.     TabOrder = 0
  69.     ViewStyle = vsReport
  70.     OnChange = lvwSoundsChange
  71.     OnChanging = lvwSoundsChanging
  72.     OnDblClick = btnEditSoundClick
  73.     OnSelectItem = lvwSoundsSelectItem
  74.   end
  75.   object btnEditSound: TButton
  76.     Left = 405
  77.     Top = 267
  78.     Width = 97
  79.     Height = 25
  80.     Caption = 'btnEditSound'
  81.     Enabled = False
  82.     TabOrder = 1
  83.     OnClick = btnEditSoundClick
  84.   end
  85.   object btnOK: TButton
  86.     Left = 343
  87.     Top = 320
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'btnOK'
  91.     Default = True
  92.     TabOrder = 2
  93.     OnClick = btnOKClick
  94.   end
  95.   object btnCancel: TButton
  96.     Left = 427
  97.     Top = 320
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = 'btnCancel'
  102.     ModalResult = 2
  103.     TabOrder = 3
  104.   end
  105. end
  106.